Harrykp ⚡️
Blog - Leaderless Replication
    Distributed System - Replication(Leader Less Replication)

    Distributed System - Replication(Leader Less Replication)

    Leaderless replication decentralizes data writes, allowing any replica to accept them. Examples include Amazon's Dynamo and open-source platforms like Riak and Cassandra. Mechanisms like read repair and anti-entropy ensure eventual consistency.

    Distributed Systems Replication Leaderless Replication
    Distributed System - Quorums Reads and Writes

    Distributed System - Quorums Reads and Writes

    Quorums are the minimum number of votes required for the read or write to be valid. In distributed systems, quorums are used to ensure consistency and availability. This post explains how quorums are used in distributed systems.

    Distributed Systems Replication Leaderless Replication